Update 01_connecting_to_hpc.mdx - #171
Conversation
I've rewritten the connection page to restructure, promote the VPN first, and include our SSH config guide which is useful for new users.
|
Removed extra step from gateway option
Added header about ssh config
added the Man in the Middle error handling here.
Removed the man in the middle warning here and put it in the quick start since it's connected to ssh config and very common.
RobJY
left a comment
There was a problem hiding this comment.
Looks great to me.
One possible change if you wanted a link in the first page to the tunneling page.
| :::info Connecting to Torch from outside NYU Network | ||
| ## Quick Start HPC Connection Guide | ||
| ### Configuring Your SSH Client | ||
| To connect to HPC systems, it's important to configure your machine's SSH client. For Linux and Mac machines, the configuration file is the ~/.ssh/config file on your computer. These are the basic lines that should be added to your ~/.ssh/config file: |
There was a problem hiding this comment.
| To connect to HPC systems, it's important to configure your machine's SSH client. For Linux and Mac machines, the configuration file is the ~/.ssh/config file on your computer. These are the basic lines that should be added to your ~/.ssh/config file: | |
| To connect to HPC systems, it's important to configure your machine's SSH client. For Linux and Mac machines, the configuration file is the `~/.ssh/config` file on your computer. These are the basic lines that should be added to your `~/.ssh/config` file: |
| ### Configuring Your SSH Client | ||
| To connect to HPC systems, it's important to configure your machine's SSH client. For Linux and Mac machines, the configuration file is the ~/.ssh/config file on your computer. These are the basic lines that should be added to your ~/.ssh/config file: | ||
| ```sh | ||
| Host greene.hpc.nyu.edu dtn.hpc.nyu.edu gw.hpc.nyu.edu |
There was a problem hiding this comment.
Should we rename to torch or leave it for later?
There was a problem hiding this comment.
I do no think so - especially while we have both Greene and Torch at play and right now there's only access via greene.hpc.nyu.edu.
|
Since the upgrade to RHEL10 will remove X11 on Torch, do we want to write up an alternative for the X11 forwarding section now or leave that for when we update Torch to RHEL10? |
@s-sajid-ali What's an alternative? TurboVNC? I need turbovnc for OOD. |
good additional linking Co-authored-by: Robert Young <robert.jay.young@gmail.com>
|
Don't have an answer, but will post that on slack and see if anyone else knows of an alternative. |
I've rewritten the connection page to restructure, promote the VPN first, and include our SSH config guide which is useful for new users.